home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / tracker_4_31.lzh / tracker / Arch / Sparc / config.h < prev   
C/C++ Source or Header  |  1995-03-11  |  696b  |  41 lines

  1. /* config.h 
  2.     vi:ts=3 sw=3:
  3.  */
  4.  
  5. /* Configuration for Sparc */
  6.  
  7. #ifdef __svr4__
  8. #define SOLARIS
  9. #define IS_POSIX
  10. #endif
  11.  
  12. #define COLOR_IS_DEFAULT
  13. #define USE_TERMIOS
  14. #define XTERM
  15. #undef USE_SGTTY        /* You can use this, but it's discouraged */
  16. #include <stdio.h>
  17.  
  18.  
  19. /* #define SOLARIS */
  20. #define P(args) args
  21. /* #define P(x) ()    */
  22.  
  23. #define ID(x)
  24. /* #define ID(x)  LOCAL char id[]= x ; */
  25. /* #define USE_AT_EXIT */
  26.  
  27. #define KLUDGE_TAG         /* not implemented yet */
  28. #define GZIP         
  29. /* #define FORKING    */
  30. /*    #define void        */
  31.  
  32. #define stricmp    strcasecmp
  33.  
  34. typedef void *GENERIC;
  35. /* typedef char *GENERIC; */
  36.  
  37. #define MALLOC_NOT_IN_STDLIB
  38. #if defined(SOLARIS) && defined(USE_SGTTY)
  39. #define BSD_COMP
  40. #endif
  41.